home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 97 / CD-ROM 97 / CD-ROM 97.iso / jogos / spherical / Code / Game / draw.h < prev    next >
Encoding:
Text File  |  2002-07-13  |  372 b   |  16 lines

  1.  
  2. // Copyright (C) 2002 by Luigi Pino.  All Rights Reserved.
  3.  
  4. /***************************************************************************/
  5.  
  6. void Draw_Arrow(int current_sphere, float size);
  7.  
  8. void Draw_Items();
  9.  
  10. void Draw_Score(int net, bool front);
  11.  
  12. void Ending();
  13.  
  14. void Intro();
  15.  
  16. /***************************************************************************/